The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "universal::isa"

UNIVERSAL::isa - Attempt to recover from people calling UNIVERSAL::isa as a function River stage three • 19 direct dependents • 556 total dependents

Whenever you use "isa" in UNIVERSAL as a function, a kitten using Test::MockObject dies. Normally, the kittens would be helpless, but if they use UNIVERSAL::isa (the module whose docs you are reading), the kittens can live long and prosper. This modu...

ETHER/UNIVERSAL-isa-1.20171012 - 12 Oct 2017 05:36:14 UTC - Search in distribution

lib/Perl/Lint/Policy/BuiltinFunctions/ProhibitUniversalIsa.pm River stage one • 1 direct dependent • 1 total dependent

MOZNION/Perl-Lint-0.25 - 27 Sep 2016 02:11:22 UTC - Search in distribution

Perl::Critic::Policy::BuiltinFunctions::ProhibitUniversalIsa - Write < eval { $foo-isa($pkg) } >> instead of UNIVERSAL::isa($foo, $pkg). River stage three • 133 direct dependents • 408 total dependents

print UNIVERSAL::isa($obj, 'Foo::Bar') ? 'yes' : 'no'; #not ok print eval { $obj->isa('Foo::Bar') } ? 'yes' : 'no'; #ok As of Perl 5.9.3, the use of "UNIVERSAL::isa" as a function has been deprecated and the method form is preferred instead. Formerly...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution

PDLdb.pl - the perl debugger with PDL support River stage three • 93 direct dependents • 101 total dependents

"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution
  • PDL::Internals - description of some aspects of the current internals

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution
  • perlobj - Referencia de objetos en Perl

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1544 direct dependents • 3401 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC - Search in distribution

Oryx - Meta-Model Driven Object Persistance with Multiple Inheritance River stage one • 1 direct dependent • 1 total dependent

Oryx is an object persistence framework which supports both object-relational mapping as well as DMB style databases and as such is not coupled with any particular storage back-end. In other words, you should be able to swap out an RDMBS with a DBM s...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC - Search in distribution

DBG - A collection of debugging functions River stage zero No dependents

This is just a collection of functions useful for debugging. Instead of adding use Data::Dumper; use B::Deparse; use Devel::Size qw(total_size); and so forth you can just type use DBG; at the top of the script. If you're using git, or another version...

GSG/DBG-v0.4.1 - 24 Jan 2020 20:12:16 UTC - Search in distribution

Class::ISA - report the search path for a class's ISA tree River stage three • 47 direct dependents • 336 total dependents

Suppose you have a class (like Food::Fish::Fishstick) that is derived, via its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from Food::Fish, Life::Fungus, and Chemicals), and some of those superclasses may themselves each be deriv...

SMUELLER/Class-ISA-0.36 - 29 Sep 2009 20:45:41 UTC - Search in distribution

pcplist - List installed Perl::Critic policy modules River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PerlCriticUtils-0.008 - 10 Mar 2023 00:05:18 UTC - Search in distribution

RMI - Remote Method Invocation with transparent proxies River stage zero No dependents

RMI stands for Remote Method Invocation. The RMI modules allow one process to have virtual object "stubs" which are proxies for real objects in another process. When methods are invoked on the proxy, the method actually runs in the other process. Whe...

SAKOHT/RMI-0.10 - 19 Oct 2010 05:49:23 UTC - Search in distribution

Moos - Moo s{imple,peedy,ingle} River stage one • 2 direct dependents • 3 total dependents

Moos completes the M to Moose sequence of Perl OO modules. This one is pure Perl, single file and mostly Moose compatible (for what it does). Moos has no non-core dependencies, but certain features (roles, debugging functions, legacy Perl support) do...

INGY/Moos-0.30 - 19 Aug 2014 23:29:28 UTC - Search in distribution

load - control when subroutines will be loaded River stage one • 8 direct dependents • 9 total dependents

The "load" pragma allows a module developer to give the application developer more options with regards to optimize for memory or CPU usage. The "load" pragma gives more control on the moment when subroutines are loaded and start taking up memory. Th...

LNATION/load-0.25 - 15 Apr 2021 13:06:00 UTC - Search in distribution

Logic - logical programming and multimethod dispatch River stage zero No dependents

The Logic modules implement a logic programming framework in Perl. It does all the magic stuff that prolog does, it just doesn't have as big a standard library. But it has a bigger standard library, because it has CPAN. On top of being able to do log...

LPALMER/Logic-0.02 - 26 Mar 2005 14:52:38 UTC - Search in distribution

asa - Lets your class/object say it works like something else River stage three • 4 direct dependents • 144 total dependents

Perl 5 doesn't natively support Java-style interfaces, and it doesn't support Perl 6 style roles either. You can get both of these things in half a dozen different ways via various CPAN modules, but they usually require that you buy into "their way" ...

ETHER/asa-1.04 - 30 Jul 2019 03:52:56 UTC - Search in distribution

SNMP::Info - OO Interface to Network devices and MIBs through SNMP River stage one • 2 direct dependents • 3 total dependents

SNMP::Info gives an object oriented interface to information obtained through SNMP. This module is geared towards network devices. Subclasses exist for a number of network devices and common MIBs. The idea behind this module is to give a common inter...

OLIVER/SNMP-Info-3.970001 - 28 Feb 2024 16:26:46 UTC - Search in distribution

Alter - Alter Ego Objects River stage zero No dependents

ANNO/Alter-0.07 - 09 Oct 2007 21:38:48 UTC - Search in distribution
215 results (0.146 seconds)